set Repeating Capture Request
fun <T> setRepeatingCaptureRequest(key: CaptureRequest.Key<T>, value: T, callBack: CameraCaptureSession.CaptureCallback? = null): VideoDeviceService.CaptureRequestResult
Sets repeating capture request on the current camera session. This internally will call CameraCaptureSession.setRepeatingRequest with the preview builder's key value pair. This API will be useful to control camera zoom, exposure or any other capture requests as provided by the framework at CaptureRequest.Key
Return
Parameters
key
value
: value corresponding to the key set
call Back